[Note that net resources are dynamic and always subject to change, so the references listed here may no longer work.]
References to Potentially Useful Information and Resources
On the Internet
Chuck Shotton's explanation of the parameters of the CGI event, including the maximum sizes of the parameters. (included, with permission, in the grantscgi Documentation folder as cgi_params.html)
Macintosh World Wide Web Software Development in the MacHTTP/WebSTAR FAQ.
http://arpp1.carleton.ca/machttp/doc/dev/
MacTech Magazine.
http://www.mactech.com/
The CGI Frequently Asked Questions List
http://www.best.com/~hedlund/cgi-faq/faq.html
Mac CGI shell in Forth
http://kreeft.intmed.mcw.edu/pf.html
On Paper
O'Fallon, John. "Writing CGI Applications in C" in 'MacTech Magazine'. September 1995. pp. 33-42
Levitus, Bob and Jeff Evans. 'WebMaster Macintosh.' AP Professional. ISBN 0-12-445574-3
Hale, Mason. "Scripting the Web with Frontier" in 'MacTech Magazine'. December 1995. pp. 57-64
Further Information About This Framework
World Wide Web home page:
http://arpp.carleton.ca/grant/mac/grantscgi/
Grant's CGI Discussion, Announcements, and the Source Updates mail lists:
I've set up a mailing list for discussing this framework. It is intended to be a forum for information, ideas, questions and announcements about about writing CGIs (and the CGIs that have been written) using Grant's CGI Framework.
Send a message with the command "subscribe" (without quotes) as the subject to:
grantcgi@arpp1.carleton.ca
There is a list for those who only want the announcements - no discussion. It is mutually-exclusive with the grantcgi list, meaning that you can only subscribe to one of them since all the postings to grantcgi-announce are also made to grantcgi.
Send a message with the command "subscribe" (without quotes) as the subject to:
grantcgi-announce@arpp1.carleton.ca
You can also subscribe to a mailing list which will send you periodic updates to the framework as they are released (both interm and regular releases). All updates are sent as Stuffit attachments (HQX MIME format). The archives are not sent to either of the two other lists.
Send a message with the command "subscribe" (without quotes) as the subject to:
grantcgi-source@arpp1.carleton.ca
If you want more details on any of the lists, just send the command "help" instead of "subscribe".
The "Apprentice 3" CD <http://www.celestin.com/apprentice/> includes a copy of version 1.0b1 in "Apprentice:Source Code:C:Frameworks:"
"Apprentice 4" is due out in January and should have either beta 11 or 12 on it.
On eWorld: Macintosh Development Forum (shortcut "mac dev") -> Software Library -> New Files (Upload Here) -> Grant's CGI Framework
On the "CDWeb" Vol. 11 CD included with the Japanese "Internet User" Magazine, 1995 No. 12. in "CDWeb Vol. 11:Starter Kit:WWW:Server:CGI:grants-cgi-framework-10b10:"
"Displays the data received from the HTTP-Server and transforms it into an HTML-page which is returned to the server/client as response. Thus the CGI is a nice tool to check forms, for example."